home *** CD-ROM | disk | FTP | other *** search
/ CD Action 68 - Disc 1 / cdaction-68.iso / bonus / bonus 1.exe / ssaver / spirofractal / UNINST.BAT < prev    next >
DOS Batch File  |  2000-07-04  |  4KB  |  143 lines

  1. @echo off
  2. if "%1"=="/nest" goto doit
  3. cls
  4. echo You are about to Uninstall Spirofractal from this computer.
  5. echo Press Ctrl+C Now if you don't want to uninstall
  6. echo or Press Enter to confirm uninstall.
  7. pause
  8. copy uninst.bat %temp%
  9. %temp%\uninst.bat /nest
  10. exit
  11. :doit
  12. del help\angle.jpg
  13. del help\attractor.jpg
  14. del help\broken.jpg
  15. del dbms32.dll
  16. del help\dice.jpg
  17. del help\diffusea.jpg
  18. del help\diffusef.jpg
  19. del help\dist0.jpg
  20. del help\dist1.jpg
  21. del help\dist2.jpg
  22. del help\dist3.jpg
  23. del help\dist4.jpg
  24. del help\dist5.jpg
  25. del help\dist6.jpg
  26. del dp4.ini
  27. del help\fernj.png
  28. del help\fernj2.png
  29. del help\four.jpg
  30. del help\gap1.jpg
  31. del help\gap2.jpg
  32. del help\hall.jpg
  33. del help\henon.gif
  34. del help\henonzoom.png
  35. del help\jewel.jpg
  36. del help\jewelb.jpg
  37. del help\julia.jpg
  38. del help\key.png
  39. del help\keyslow.png
  40. del licence.sys
  41. del help\line.jpg
  42. del help\mandel4.jpg
  43. del help\mandelbrot.png
  44. del help\mandelmag.jpg
  45. del help\mhv.jpg
  46. del help\mirror.jpg
  47. del help\missing.gif
  48. del help\nature.jpg
  49. del help\nobroken.jpg
  50. del help\nodice.jpg
  51. del help\nohall.jpg
  52. del help\nomirror.jpg
  53. del help\nosing.jpg
  54. del help\nozoom.jpg
  55. del help\pentagon.jpg
  56. del help\perspective.jpg
  57. del help\quad.gif
  58. del readme.html
  59. del readme.txt
  60. del register.exe
  61. del help\rsier.jpg
  62. del help\shrink.jpg
  63. del help\sier2.jpg
  64. del help\sing.jpg
  65. del help\size.jpg
  66. del spirofractal.exe
  67. del spirofractal.dll
  68. del help\spirofractal.html
  69. del spirofract.ini
  70. del splash.bmp
  71. del help\stile.jpg
  72. del help\tinyhelp.html
  73. if exist syslog.prn del syslog.prn
  74. del db\system.dat
  75. del db\system.ind
  76. del help\three.jpg
  77. del help\tile.jpg
  78. dek help\tinyhelp.html
  79. del trmw32x.dll
  80. del userdata.sys
  81. del help\zoom.jpg
  82. del help\fernj2v.gif 
  83. del help\fernjv.gif 
  84. del help\chaos1.png
  85. del help\chaos0.png 
  86. del help\toggle.js 
  87. del help\chaos2.png 
  88. del help\squaret.png
  89. del help\squaremsr.gif
  90. del help\squarem.gif 
  91. del help\square.gif 
  92. del help\squarems.gif
  93. del help\squaremsrt.png
  94. del help\squarer.gif 
  95. del help\squares.gif
  96. del help\register.htm
  97. del help\mandelfx.jpg
  98. del help\ant.png
  99. del help\biomorph.png
  100. del help\cell.png
  101. del help\cell2.png
  102. del help\juliabs.png
  103. del help\mandel4.png
  104. del help\mandelu.png
  105. del help\newton.png
  106. del help\juliabs.jpg
  107. del help\orbit.png
  108. del help\mandelnewtj.jpg
  109. del help\spirofractal.css
  110. rd help
  111. rd db
  112. path ;
  113. set sfm=
  114. if exist "%windir%\start menu\programs\spirofractal\Register Spirofractal.lnk" set sfm=%windir%
  115. if exist "%systemroot%\profiles\all users\start menu\programs\spirofractal\Register Spirofractal.lnk" set sfm=%systemroot%\profiles\all users
  116. if "%sfm%"=="" goto nomenu
  117. del "%sfm%\start menu\programs\spirofractal\Spirofractal.lnk"
  118. del "%sfm%\start menu\programs\spirofractal\Register Spirofractal.lnk"
  119. del "%sfm%\start menu\programs\spirofractal\Spirofractal Screen Saver.lnk"
  120. del "%sfm%\start menu\programs\spirofractal\Spirofractal Help.lnk"
  121. if not exist "%sfm%\start menu\programs\spirofractal\Uninstall Spirofractal.pif" goto nopif
  122. del "%sfm%\start menu\programs\spirofractal\Uninstall Spirofractal.pif"
  123. :nopif
  124. del "%sfm%\start menu\programs\spirofractal\Uninstall Spirofractal.lnk"
  125. del "%sfm%\start menu\programs\spirofractal\Uninstall Read Me.lnk"
  126. :nolnk
  127. rd "%sfm%\start menu\programs\spirofractal"
  128. goto scr
  129. :nomenu
  130. echo Sorry - Unable to delete Spirofractal start menu. Please remove these items using Explorer
  131. pause
  132. :scr
  133. if exist "%windir%\system\spirofractal.scr" del "%windir%\system\spirofractal.scr"
  134. if exist "%windir%\system\spirofractal.dll" del "%windir%\system\spirofractal.dll"
  135. if exist "%systemroot%\system32\spirofractal.scr" del "%systemroot%\system32\spirofractal.scr"
  136. if exist "%systemroot%\system32\spirofractal.dll" del "%systemroot%\system32\spirofractal.dll"
  137. del uninst.bat
  138. rd ..\Spirofractal
  139. del uninst.bat
  140. del uninst.pif
  141. rd ..\Spirofractal
  142. del %temp%\uninst.bat
  143.